
To Change location go to the Setup folder and follow the config

To Change the Wallpaper you need to change the Image in Resources/Images depending on the image you choose you made need to change the font color in Info.plist

If you wish to not have the dock, you will need to edit the Wallpaper.html file
change this line: 
<img id="Shadow" src="Resources/Shadow/WeatherShadow_Dock.png" class="stretch"></img>

to
<img id="Shadow" src="Resources/Shadow/WeatherShadow_NoDock.png" class="stretch"></img>


Thanks to Dacal and KRSChris for allowing me to use their widget code